Source for file cpanel.php

Documentation is available at cpanel.php

  1. <?php
  2. /**
  3. * "Minted One-Point-Five" Administrator Template for Joomla 1.0.x - Version 1.0 (cpanel.php)
  4. * License: http://www.gnu.org/copyleft/gpl.html
  5. * Author: Fotis Evangelou
  6. * Date Created: October 16th, 2006
  7. * Copyright (c) 2006 JoomlaWorks.gr - http://www.joomlaworks.gr
  8. * Project page at http://www.joomlaworks.gr - Demos at http://demo.joomlaworks.gr
  9.  
  10. * Joomla! is free software. This version may have been modified pursuant
  11. * to the GNU General Public License, and as distributed it includes or
  12. * is derivative of works licensed under the GNU General Public License or
  13. * other free or open source software licenses.
  14. * See COPYRIGHT.php for copyright notices and details.
  15. */
  16.  
  17. /** ensure this file is being included by a parent file */
  18. defined'_VALID_MOS' or die'Restricted access' );
  19.  
  20. ?>
  21.  
  22. <table class="adminform" id="controlpanel">
  23.   <tr>
  24.     <td width="55%" valign="top"><?php mosLoadAdminModules'icon')?></td>
  25.     <td width="45%" valign="top">
  26.         <form action="index2.php" method="post" name="adminForm">
  27.             <?php mosLoadAdminModules'cpanel')?>
  28.         </form>
  29.     </td>
  30.   </tr>
  31. </table>

Documentation generated on Mon, 05 May 2008 16:19:03 +0400 by phpDocumentor 1.4.0